home *** CD-ROM | disk | FTP | other *** search
- on keyput
- global key, next
- set key to the keyCode
- if (key = 1) and (the shiftDown = 1) then
- set next to 1
- else
- if key = 53 then
- set key to 0
- if (the frame = 3) or (the frame = 4) then
- repeat with q = 1 to 44
- puppetSprite(q, 0)
- end repeat
- end if
- stopMovie()
- else
- if key = 113 then
- set key to 0
- if the pauseState = 0 then
- pause()
- else
- continue()
- end if
- end if
- end if
- end if
- end
-